Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace payloaders with parsers and adjust tests to new timestamp generation #87

Merged
merged 7 commits into from
Sep 6, 2023

Conversation

Noarkhh
Copy link
Contributor

@Noarkhh Noarkhh commented Sep 1, 2023

  • Replace Payloaders with Parsers
  • Adjust tests to new timestamp generation in H264.Parser

@Noarkhh Noarkhh force-pushed the update-to-new-formats branch from 0340c48 to 6d56476 Compare September 1, 2023 17:05
@Noarkhh Noarkhh requested a review from varsill September 4, 2023 07:26
lib/membrane_http_adaptive_stream/sink_bin.ex Outdated Show resolved Hide resolved
attach_nalus?: true,
skip_until_parameters?: false
case {encoding, profile} do
{:H264, :constrained_baseline} ->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can consider adding:

Suggested change
{:H264, :constrained_baseline} ->
@non_b_frames_profiles [:constrained_baseline, :baseline]
...
{:H264, profile} when profile in @non_b_frames_profiles ->

@Noarkhh Noarkhh marked this pull request as ready for review September 4, 2023 12:50
@Noarkhh Noarkhh requested a review from varsill September 4, 2023 12:50
mix.exs Outdated
Comment on lines 70 to 74
# {:membrane_h264_plugin, "~> 0.7.1"},
{:membrane_h264_plugin,
github: "membraneframework/membrane_h264_plugin",
branch: "pass-framerate-to-output-format",
override: true},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just remember to fix it once the plugin is released

@varsill varsill merged commit cb95b24 into master Sep 6, 2023
@varsill varsill deleted the update-to-new-formats branch September 6, 2023 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants